func github.com/andybalholm/brotli.brotli_max_size_t

13 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L137: 					range_start = brotli_min_size_t(range_end, brotli_max_size_t(range_start, position+sr.len-(sr.distance<<2)))
		backward_references.go#L155: 					var kMargin uint = brotli_max_size_t(hasher.StoreLookahead()-1, 4)
		backward_references.go#L169: 					var kMargin uint = brotli_max_size_t(hasher.StoreLookahead()-1, 2)
		backward_references_hq.go#L449: 						result = brotli_max_size_t(result, l)
		backward_references_hq.go#L589: 			skip = brotli_max_size_t(backwardMatchLength(&matches[cur_match_pos-1]), skip)
		backward_references_hq.go#L660: 			skip = brotli_max_size_t(backwardMatchLength(&matches[0]), skip)
		h10.go#L207: 		var minlen uint = brotli_max_size_t(4, best_len+1)
		h10.go#L268: 			var max_backward uint = h.window_mask_ - brotli_max_size_t(windowGap-1, position-i)
		metablock_command.go#L69: 	self.block_size_ = brotli_max_size_t(self.block_size_, self.min_block_size_)
		metablock_distance.go#L69: 	self.block_size_ = brotli_max_size_t(self.block_size_, self.min_block_size_)
		metablock_literal.go#L69: 	self.block_size_ = brotli_max_size_t(self.block_size_, self.min_block_size_)
		platform.go#L65: func brotli_max_size_t(a uint, b uint) uint {
		static_dict.go#L115: 					minlen = brotli_max_size_t(minlen, l-9)